home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / ABSDISK.ASM < prev    next >
Assembly Source File  |  1993-04-05  |  185b  |  7 lines

  1. .I 59 4
  2. skip_2: stc                     ;Invalid command
  3.         mov     AX,-1
  4. skip_3: jc      bye             ;Error?
  5.         mov     AX,0            ;No, return SUCCESS
  6. .D 60 4
  7.